.menu_top .ddsmoothmenu{
    position: absolute;
margin-left: 50px;
padding-top: 3px;
}

.menu_top .ddsmoothmenu ul{

z-index:999;



}

/*Top level list items*/
.menu_top .ddsmoothmenu ul li{

display: inline;
float: left;
height:40px;

}

/*Top level menu link items style*/
.menu_top .ddsmoothmenu ul li a{
        color:white;
	display:block;	
	padding: 0px 17px;	
	line-height: 45px;	
	text-transform:uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: normal;
        font-family: 'fontF';
        
        
        
}
 .menu_top .ddsmoothmenu ul li span{
	float:right;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

 .menu_top .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}


.menu_top .ddsmoothmenu >ul >li >a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:yellow ;	
}

.menu_top .ddsmoothmenu ul li a:hover{	
	

}
	
/*1st sub level menu*/
.menu_top .ddsmoothmenu ul li ul{
   
position: absolute;
left: 400px!important;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:200px;
top:51px!important;
padding-left:0px;
background-color:rgba(76,74,74,0.7) ;
z-index: 999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_top .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-bottom: 1px solid white;
background:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu_top .ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.menu_top .ddsmoothmenu ul li ul li a{
padding: 0px 10px;
margin: 0;
text-transform:none;
line-height:1.5;
padding:5px 5px 0px 10px;

display:block;
font-size:14px;
color:white;
}
.menu_top .ddsmoothmenu >ul >li >ul >li ul>li >a{
    color: #47271a ;
}
.menu_top .ddsmoothmenu >ul >li:first-child a:hover{
     color: yellow;
    
    
}
.menu_top .ddsmoothmenu >ul >li:first-child a.active{
    color: yellow;
  
}
.menu_top .ddsmoothmenu >ul >li >a.selected{
    color: yellow;
  
}

.menu_top .ddsmoothmenu >ul >li >a:hover{
     color: yellow;
 
}

.menu_top .ddsmoothmenu >ul >li >a.active1 {
     color: yellow;
   
  
}

.menu_top.ddsmoothmenu ul li ul a.selected,.menu_top .ddsmoothmenu ul li ul li a:hover{	
       
        
        color: yellow;
        
        

}



/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}